ExceptionThrownEvent
data class ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails) : Event
Content copied to clipboard
Issued when exception was thrown and unhandled.
Constructors
ExceptionThrownEvent
Link copied to clipboard
fun ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails)
Content copied to clipboard